home *** CD-ROM | disk | FTP | other *** search
- object Dataentry: TDataentry
- Left = 157
- Top = 103
- BorderStyle = bsDialog
- Caption = 'Data Entry'
- ClientHeight = 214
- ClientWidth = 464
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- TextHeight = 13
- object StringGrid1: TStringGrid
- Left = 0
- Top = 0
- Width = 464
- Height = 176
- Align = alClient
- ColCount = 10
- FixedCols = 0
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
- RowCount = 3
- TabOrder = 0
- OnDrawCell = StringGrid1DrawCell
- RowHeights = (
- 24
- 24
- 24)
- end
- object Panel1: TPanel
- Left = 0
- Top = 176
- Width = 464
- Height = 38
- Align = alBottom
- TabOrder = 1
- object OKBtn: TBitBtn
- Left = 64
- Top = 5
- Width = 77
- Height = 27
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
- end
-